MATSEQ

Syntax: MATSEQ array 
Location: Math Package

The command MATSEQ initialises the array (which must be a numeric array) with a constantly increasing set of integer numbers: 1 2 3 4 5 6...

array can be either a floating point or integer variable.  No strings are allowed.

CROSS-REFERENCE:
MATIDN is a useful means of initialising an array, MATEQU can be used to set all elements of an array to a certain value.
